@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@media screen and (min-width: 1024px) {
  .is-tab {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .is-tab {
    display: none;
  }
}
a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

html {
  font-family: "Libre Baskerville", serif;
  font-family: "Noto Serif JP", serif;
}

body {
  max-width: 1980px;
  box-sizing: border-box;
  background: linear-gradient(to left, #2d2d2d 10%, #828080 50%, #2d2d2d 90%);
  margin: 0 auto;
  color: #2d2d2d;
}

.inner {
  width: 93.75%;
  margin: 0 auto;
  text-align: center;
  padding: 35px 0;
}

.over-lay {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(25, 25, 25, 0.9);
}

.top-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #DCDCDC;
  padding: 50px 40px;
  width: 40%;
}
@media screen and (min-width: 415px) and (max-width: 1023px) {
  .top-modal {
    width: 60%;
  }
}
@media screen and (max-width: 414px) {
  .top-modal {
    width: 80%;
  }
}

.modal-container {
  width: 100%;
  margin: 20px auto 0;
}

.modal-text {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 415px) and (max-width: 1023px) {
  .modal-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 414px) {
  .modal-text {
    font-size: 14px;
  }
}

.modal-button {
  text-align: center;
  margin-top: 5em;
}

.modal-btn {
  padding: 1em 5em;
  background: #2d2d2d;
  color: #DCDCDC;
  border: none;
  font-size: 18px;
  letter-spacing: 0.5em;
  cursor: pointer;
  box-shadow: #191919 2px 3px;
}
.modal-btn:hover {
  opacity: 0.9;
}
.modal-btn:active {
  transform: translate(2px, 3px);
  box-shadow: none;
}
@media screen and (max-width: 414px) {
  .modal-btn {
    padding: 1em 3em;
    font-size: 14px;
  }
}
@media screen and (max-width: 414px) {
  .modal-btn {
    padding: 1em 3em;
    font-size: 12px;
  }
}

.topic-over-lay {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(25, 25, 25, 0.9);
}

.topic-modal {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to left, #2d2d2d 5%, #828080 50%, #2d2d2d 95%);
  padding: 3em 2em 2em;
  width: 60%;
}
@media screen and (max-width: 414px) {
  .topic-modal {
    width: 90%;
    padding: 3em 1em;
  }
}

.topic-modal-container {
  position: relative;
  color: #DCDCDC;
  max-height: 400px;
  padding-right: 2em;
}
@media screen and (max-width: 414px) {
  .topic-modal-container {
    max-height: 500px;
    padding-right: 0;
  }
}

.text-scroll {
  overflow-y: scroll;
}

.topic-modal-icons {
  position: absolute;
  top: 2%;
  right: 2%;
  cursor: pointer;
}

.topic-modal-title {
  margin-top: 1.5em;
}

.topic-modal-text {
  margin-top: 1.5em;
  line-height: 1.5;
  text-align: left;
}

.topic-modal-icons {
  margin-right: 2%;
}

.topic-modal-icon {
  width: 30px;
  height: 30px;
  position: relative;
}

.topic-modal-bar1,
.topic-modal-bar2 {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background-color: #DCDCDC;
}

.topic-modal-bar1 {
  transform: rotate(45deg);
}

.topic-modal-bar2 {
  transform: rotate(-45deg);
}

.header-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 415px) and (max-width: 1023px) {
  .header-inner {
    text-align: left;
    display: block;
  }
}

.header-left {
  color: #DCDCDC;
  font-size: 24px;
}

.header-right {
  margin-top: 6px;
}
@media screen and (min-width: 415px) and (max-width: 1023px) {
  .header-right {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 414px) {
  .header-right {
    display: none;
  }
}

.header-nav {
  display: flex;
}

.header-nav-list {
  margin-left: 40px;
}
@media screen and (min-width: 415px) and (max-width: 1023px) {
  .header-nav-list {
    margin: 0 36px 0 0;
  }
}
.header-nav-list a {
  color: #DCDCDC;
  font-size: 18px;
}
.header-nav-list a:hover {
  color: #EC0000;
}

.sp-menu-icon {
  display: none;
  z-index: 11;
}
@media screen and (max-width: 414px) {
  .sp-menu-icon {
    display: block;
    position: fixed;
    top: 5%;
    right: 5%;
  }
}
.sp-menu-icon.sp-active {
  transform: translateX(-220px);
  background: rgba(25, 25, 25, 0.9);
  padding: 5px;
}
.sp-menu-icon.sp-active .icon-bar1 {
  transform: rotate(45deg);
  top: 50%;
}
.sp-menu-icon.sp-active .icon-bar2 {
  top: 8px;
  display: none;
}
.sp-menu-icon.sp-active .icon-bar3 {
  transform: rotate(-45deg);
  top: 50%;
}

.sp-menu-icon-bars {
  width: 26px;
  height: 20px;
  position: relative;
}

.icon-bar1,
.icon-bar2,
.icon-bar3 {
  background: #DCDCDC;
  width: 100%;
  height: 2px;
  position: absolute;
}

.icon-bar1 {
  top: 0;
}

.icon-bar2 {
  top: 8px;
}

.icon-bar3 {
  top: 16px;
}

.sp-menu {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  width: 100%;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
  display: none;
}
@media screen and (max-width: 414px) {
  .sp-menu {
    display: block;
  }
}
.sp-menu.sp-active {
  transform: translateX(0%);
  transition: transform 0.5s ease 0s;
}

.sp-menu-inner {
  width: 60%;
  margin-left: auto;
}

.sp-nav {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.sp-nav-list {
  padding: 40px;
  border-bottom: #DCDCDC solid 1px;
  background: rgba(25, 25, 25, 0.9);
}
.sp-nav-list:hover {
  background: #191919;
}
.sp-nav-list a {
  color: #DCDCDC;
  font-size: 18px;
}

.top {
  background: transparent url(../img/IMG_R6_1_edited.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 414px) {
  .top {
    background-position: 80% 0;
  }
}

.top-inner {
  padding: 285px 0 302px;
  margin-left: 160px;
}
@media screen and (max-width: 414px) {
  .top-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}

.top-title {
  font-size: 48px;
}
@media screen and (max-width: 414px) {
  .top-title {
    font-size: 36px;
    background-color: rgba(220, 220, 220, 0.6);
    line-height: 1.5;
  }
}

.top-text {
  font-size: 36px;
  margin-top: 33px;
}
@media screen and (max-width: 414px) {
  .top-text {
    margin-top: 1em;
    font-size: 28px;
    background-color: rgba(220, 220, 220, 0.6);
    line-height: 1.5;
  }
}

.top-title-accent {
  color: #EC0000;
}

.concept {
  margin-top: 120px;
  padding-bottom: 103px;
  position: relative;
}

.concept-inner {
  background: linear-gradient(to right, #DCDCDC 90%, transparent 90%);
  padding: 60px 0 90px;
}
@media screen and (max-width: 414px) {
  .concept-inner {
    background: #DCDCDC;
  }
}
.concept-inner::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 361px;
  bottom: 0;
  right: 0;
  background: #191919;
  z-index: -1;
}
.section-title {
  font-size: 36px;
  letter-spacing: 3.6px;
}

.concept-body {
  width: 64%;
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  .concept-body {
    width: 90%;
  }
}

.concept-text {
  margin-top: 60px;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.2;
  text-align: left;
}

.topic {
  margin-top: 185px;
}
@media screen and (min-width: 415px) and (max-width: 1023px) {
  .topic {
    margin-top: 60px;
  }
}
@media screen and (max-width: 414px) {
  .topic {
    margin-top: 60px;
  }
}

.topic-inner {
  padding: 60px 0 90px;
}
@media screen and (max-width: 414px) {
  .topic-inner {
    padding: 15px 0 30px;
  }
}

.title-wh {
  color: #DCDCDC;
}

.topic-container {
  width: 80%;
  margin: 60px auto 0;
}

.container-item {
  display: flex;
  color: #DCDCDC;
  font-size: 16px;
  padding: 40px 0;
  border-bottom: #DCDCDC solid 1px;
  cursor: pointer;
}
.container-item:hover {
  background-color: rgba(25, 25, 25, 0.6);
}
@media screen and (min-width: 415px) and (max-width: 1023px) {
  .container-item {
    display: block;
    text-align: left;
  }
}
@media screen and (max-width: 414px) {
  .container-item {
    display: block;
    text-align: left;
  }
}
.container-item:first-child {
  border-top: #DCDCDC solid 1px;
}

.container-item-titile {
  font-size: 16px;
  margin-left: 2.5em;
  width: 60px;
  text-align: left;
}
@media screen and (min-width: 415px) and (max-width: 1023px) {
  .container-item-titile {
    margin-top: 12px;
    margin-left: 0;
  }
}
@media screen and (max-width: 414px) {
  .container-item-titile {
    margin-top: 12px;
    margin-left: 0;
  }
}

.container-item-text {
  font-size: 16px;
  letter-spacing: 1.8px;
  margin-left: 2.5em;
}
@media screen and (min-width: 415px) and (max-width: 1023px) {
  .container-item-text {
    margin-top: 12px;
    margin-left: 0;
  }
}
@media screen and (max-width: 414px) {
  .container-item-text {
    margin-top: 12px;
    margin-left: 0;
  }
}

.member {
  background: #191919;
  margin-top: 127px;
  padding: 131px 0 60px;
}
@media screen and (min-width: 415px) and (max-width: 1023px) {
  .member {
    margin-top: 30px;
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 414px) {
  .member {
    margin-top: 30px;
    padding: 60px 0 30px;
  }
}

#slick-container {
  width: 80%;
  margin: 0 auto;
}

.member-cards {
  width: 80%;
  margin: 90px auto 0;
  display: flex;
  justify-content: space-between;
}

.member-card-img {
  width: 48.75%;
  height: auto;
}
@media screen and (min-width: 415px) and (max-width: 1023px) {
  .member-card-img {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .member-card-img {
    width: 100%;
  }
}

.member-card {
  width: 48.75%;
  padding: 46px 36px;
  background: #f2f2f2;
}
@media screen and (min-width: 415px) and (max-width: 1023px) {
  .member-card {
    padding: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .member-card {
    width: 100%;
  }
}

.member-card-head {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 415px) and (max-width: 1023px) {
  .member-card-head {
    width: 70%;
  }
}

.member-card-name {
  font-size: 24px;
}
@media screen and (min-width: 415px) and (max-width: 1023px) {
  .member-card-name {
    font-size: 18px;
  }
}
@media screen and (max-width: 414px) {
  .member-card-name {
    font-size: 16px;
  }
}

.member-card-common {
  font-size: 18px;
  margin-top: 0.4em;
}
@media screen and (min-width: 415px) and (max-width: 1023px) {
  .member-card-common {
    font-size: 12px;
  }
}
@media screen and (max-width: 414px) {
  .member-card-common {
    font-size: 10px;
  }
}

.member-card-bike {
  font-size: 24px;
}
@media screen and (min-width: 415px) and (max-width: 1023px) {
  .member-card-bike {
    font-size: 18px;
  }
}
@media screen and (max-width: 414px) {
  .member-card-bike {
    font-size: 16px;
  }
}

.member-card-text {
  margin-top: 36px;
  text-align: left;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.1px;
}
@media screen and (min-width: 415px) and (max-width: 1023px) {
  .member-card-text {
    margin-top: 16px;
  }
}
@media screen and (max-width: 414px) {
  .member-card-text {
    margin-top: 14px;
    font-size: 14px;
  }
}

.slick-initialized .slick-slide {
  display: flex;
}
@media screen and (min-width: 415px) and (max-width: 1023px) {
  .slick-initialized .slick-slide {
    display: block;
  }
}
@media screen and (max-width: 414px) {
  .slick-initialized .slick-slide {
    display: block;
  }
}

.slick-slider {
  position: relative;
}

.slick-prev {
  position: absolute;
  top: 40%;
  left: -8%;
  transform: translate(-50%, -50%);
  color: transparent;
}
@media screen and (max-width: 414px) {
  .slick-prev {
    opacity: 0;
  }
}
.slick-prev::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow-prev@2x.png) no-repeat center center/contain;
  width: 60px;
  height: 60px;
  top: -50%;
  left: 0;
  opacity: 0.8;
}
@media screen and (min-width: 415px) and (max-width: 1023px) {
  .slick-prev::after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 414px) {
  .slick-prev::after {
    display: none;
  }
}

.slick-next {
  position: absolute;
  top: 40%;
  right: -14%;
  transform: translate(-50%, -50%);
  color: transparent;
}
@media screen and (max-width: 414px) {
  .slick-next {
    opacity: 0;
  }
}
.slick-next::after {
  position: absolute;
  content: "";
  background: transparent url(../img/arrow-next@2x.png) no-repeat center center/contain;
  width: 60px;
  height: 60px;
  top: -50%;
  right: 0;
  opacity: 0.8;
}
@media screen and (min-width: 415px) and (max-width: 1023px) {
  .slick-next::after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 414px) {
  .slick-next::after {
    display: none;
  }
}

.slick-arrow {
  background: transparent;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 414px) {
  .slick-arrow {
    display: none;
  }
}

.slick-dots {
  margin-top: 90px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 414px) {
  .slick-dots {
    margin-top: 45px;
  }
}
.slick-dots li {
  margin: 0 20px;
  position: relative;
}
.slick-dots li::after {
  position: absolute;
  content: "";
  background: #DCDCDC;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.slick-dots li.slick-active {
  position: relative;
}
.slick-dots li.slick-active::after {
  position: absolute;
  content: "";
  background: #EC0000;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

#slick-slide-control00,
#slick-slide-control01,
#slick-slide-control02,
#slick-slide-control03,
#slick-slide-control10,
#slick-slide-control11,
#slick-slide-control12,
#slick-slide-control13 {
  opacity: 0;
}

.activity {
  margin-top: 168px;
  padding: 114px 0 61px;
}
@media screen and (min-width: 415px) and (max-width: 1023px) {
  .activity {
    margin-top: 30px;
    padding: 30px 0 30px;
  }
}
@media screen and (max-width: 414px) {
  .activity {
    margin-top: 30px;
    padding: 30px 0 30px;
  }
}

#activity-slide-container {
  width: 80%;
  margin: 0 auto;
  margin-top: 90px;
}

.activity-cards {
  display: flex;
  justify-content: space-between;
}

.activity-card {
  width: 48.75%;
  padding: 46px 40px;
  text-align: left;
  background: #f2f2f2;
}
@media screen and (min-width: 415px) and (max-width: 1023px) {
  .activity-card {
    padding: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .activity-card {
    width: 100%;
    padding: 20px;
  }
}

.activity-title {
  margin-left: 1em;
  font-size: 24px;
  position: relative;
}
.activity-title::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 3px;
  background: #EC0000;
  top: 0;
  left: -0.8em;
}
@media screen and (min-width: 415px) and (max-width: 1023px) {
  .activity-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 414px) {
  .activity-title {
    font-size: 20px;
  }
}

.activity-text {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 415px) and (max-width: 1023px) {
  .activity-text {
    margin-top: 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 414px) {
  .activity-text {
    margin-top: 16px;
    font-size: 16px;
  }
}

.activity-img {
  width: 48.75%;
  height: auto;
}
@media screen and (min-width: 415px) and (max-width: 1023px) {
  .activity-img {
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .activity-img {
    width: 100%;
  }
}

.activity-touring {
  font-size: 36px;
  font-weight: bold;
}

.faqs {
  margin-top: 193px;
  padding: 120px 0 70px;
  background: transparent url(../img/IMG_R1_edited.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 415px) and (max-width: 1023px) {
  .faqs {
    margin-top: 60px;
    padding: 30px 0 30px;
  }
}
@media screen and (max-width: 414px) {
  .faqs {
    margin-top: 60px;
    padding: 30px 0 30px;
  }
}

.faqs-cards {
  margin-top: 90px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  .faqs-cards {
    margin-top: 30px;
  }
}

.faqs-card {
  padding: 28px 40px;
  width: 100%;
  background: rgba(220, 220, 220, 0.6);
  text-align: left;
  letter-spacing: 1.2;
  line-height: 1.1em;
  margin-top: 28px;
  position: relative;
}
@media screen and (max-width: 414px) {
  .faqs-card {
    padding: 20px 30px 20px 20px;
  }
}
.faqs-card:first-child {
  margin-top: 90px;
}
.faqs-card:hover {
  background: rgba(220, 220, 220, 0.9);
  cursor: pointer;
}

.faqs-card-q {
  display: flex;
}

.card-q-text {
  margin-left: 48px;
}
@media screen and (min-width: 415px) and (max-width: 1023px) {
  .card-q-text {
    margin-left: 16px;
  }
}
@media screen and (max-width: 414px) {
  .card-q-text {
    margin-left: 14px;
    font-size: 14px;
  }
}

.faqs-card-a {
  display: flex;
  margin-top: 28px;
}

.faqs-a-text {
  margin-left: 48px;
}
@media screen and (min-width: 415px) and (max-width: 1023px) {
  .faqs-a-text {
    margin-left: 16px;
  }
}
@media screen and (max-width: 414px) {
  .faqs-a-text {
    margin-left: 14px;
    font-size: 14px;
  }
}

.faqs-icons {
  margin-left: auto;
}
.faqs-icons.is-active .bar2 {
  display: none;
}

.faqs-icon {
  position: relative;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 414px) {
  .faqs-icon {
    width: 14px;
    height: 14px;
  }
}

.bar1 {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #2d2d2d;
  top: 50%;
  transform: translateY(-50%);
}

.bar2 {
  position: absolute;
  width: 2px;
  height: 100%;
  background: #2d2d2d;
  left: 50%;
  transform: translateX(-50%);
}

footer {
  background: #191919;
  padding: 60px 0 30px;
  color: #DCDCDC;
}
@media screen and (max-width: 414px) {
  footer {
    padding: 30px 15px;
  }
}

.footer-left {
  text-align: right;
}

.footer-logo {
  font-size: 24px;
}

.footer-text {
  font-size: 12px;
  margin-top: 24px;
}

.btn-reverse {
  width: 60px;
  height: 60px;
  background: transparent url(../img/totop@2x.png) no-repeat center center/contain;
  position: fixed;
  bottom: 40px;
  right: 40px;
  border: none;
}
@media screen and (max-width: 414px) {
  .btn-reverse {
    width: 30px;
    height: 30px;
    right: 5%;
    bottom: 20px;
  }
}

.btn-reverse:hover {
  cursor: pointer;
  opacity: 0.7;
}